home *** CD-ROM | disk | FTP | other *** search
- /*=====[ The TesSeRact(TM) CXL User Interface Development System ]======*
- | Copyright (c) 1987-1990, Innovative Data Concepts. All Rights Reserved
- |
- | This Library is part of IDC's TesSeRact Development Tools product
- | line. For information about other IDC products, call 1-215-884-3373.
- *----------------------------------------------------------------------*
- | <TCXLcvt.h> : Public prototypes for TCXL conversion functions.
- *----------------------------------------------------------------------*
- | PGS : $Id: tcxlcvt.h 5.51 90/10/01 00:00:00 MLM Release Locker: MLM $
- | $Log: tcxlcvt.h $
- | Revision 5.51 90/10/01 00:00:00 MLM
- | TCXL 5.51
- |
- *======================================================================*/
- #ifndef _TCXLcvt_
- # define _TCXLcvt_ 1
- # ifndef _TCXLdef_
- # include <TCXLdef.h>
- # endif
-
- /*------------------------[ Function prototypes ]----------------------*/
-
- #ifdef __cplusplus /* no mangling, please */
- extern "C" {
- #endif
- DblT CTYP cvtcf(ChrP fp);
- IntT CTYP cvtci(ChrP fp);
- VOID CTYP cvtfc(ChrP fp, DblT dv, IntT fw, IntT nd);
- VOID CTYP cvtic(ChrP fp, IntT iv, IntT fs);
- IntT CTYP touplow(ChrP s, ChrP p, IntT c);
- #ifdef __cplusplus
- }
- #endif
- #endif /* _TCXLcvt_ -- End of TCXLcvt.h */